home *** CD-ROM | disk | FTP | other *** search
/ Exame Informatica 139 / Exame Informatica 139.iso / Programas / Officepasswordtool / OPRTbox10.exe / {app} / OPRTbox.chm / styles.css < prev    next >
Cascading Style Sheet File  |  2006-07-04  |  780b  |  50 lines

  1. body {
  2.     font-family : Arial, Helvetica, sans-serif;
  3.     color: #000000;
  4.     background: #FFFFFF;
  5.     font-size: 70%;
  6.     margin : 0px 0px 0px 0px;
  7. }
  8. TD{
  9.     font-size: 72%;
  10. }
  11. H1  {
  12.     font-size: 180%;
  13.     font-weight: bold;
  14.     color: #00A2FF;
  15.     margin-top : 30px;
  16.     margin-bottom : 0px;
  17. }
  18. H2  {
  19.     font-size: 150%;
  20.     font-weight: bold;
  21.     color: #000000;
  22.     margin-top : 30px;
  23.     margin-bottom : 5px;
  24. }
  25. A{
  26.     font-weight : bold;
  27. }
  28. A:link, A:visited {
  29.     text-decoration: underline;
  30.     color: Blue;
  31. }
  32. A:hover   {
  33.     text-decoration: underline;
  34.     color: red;
  35. }
  36. UL    {
  37.     list-style-type: disc;
  38.     margin-top : 15px;
  39.     margin-bottom : 15px;
  40. }
  41. LI{
  42.     margin-bottom : 5px;
  43.     list-style-type : square;
  44. }
  45. LI.menu{
  46.     list-style-type : none;
  47. }
  48. td.copy_right {
  49.     border-top: 4px solid #00A2FF;
  50. }